home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / a2.0bemacs-src.lha / Emacs-19.25 / src / cm_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-18  |  335 b   |  26 lines

  1. /* Prototypes for functions defined in
  2. cm.c
  3.  */
  4.  
  5. extern int cost;
  6.  
  7. int evalcost(int c);
  8.  
  9. void cmputc(int c);
  10.  
  11. int cmcostinit(void);
  12.  
  13. int calccost(int srcy,
  14.              int srcx,
  15.              int dsty,
  16.              int dstx,
  17.              int doit);
  18.  
  19. int cmgoto(int row,
  20.            int col);
  21.  
  22. int Wcm_clear(void);
  23.  
  24. int Wcm_init(void);
  25.  
  26.